home *** CD-ROM | disk | FTP | other *** search
/ Shareware Universe - The Gold Collection / Shareware Universe The Gold Collection.iso / hobbies / movies / movies.go < prev    next >
Text File  |  1996-04-19  |  5KB  |  133 lines

  1. The Movies Database Help                                           
  2.                        Eric Balkan
  3.                        Packet Press
  4.                        14704 Seneca Castle Ct.
  5.                        Gaithersburg, MD 20878
  6.  
  7.  
  8.  
  9. Operating instructions for MOVIES
  10.  
  11.    MOVIES is a utility program specifically designed for
  12. doing simple name searches on The Movie Database. (See the file
  13. README.MOV for information on the Database itself.)  Here are
  14. some examples of using MOVIES:    (Note that you can type in several
  15. search requests in one run of the program.)
  16.  
  17. A>movies
  18.  Search request #1 (e.g. Winger and Nolte) (Null line to stop):
  19. Lou Gossett Jr
  20.      - lists all movies with Lou Gossett, Jr. in the cast
  21.  
  22.  Search request #2 (Null line to stop):
  23. Gossett
  24.      - same as above
  25.  
  26.  Search request #3 (Null line to stop):
  27. Winger and Nolte
  28.      - finds the movie starring (Debra) Winger and (Nick) Nolte
  29.  
  30.  Search request #4 (Null line to stop):
  31. MacLaine or McLaine
  32.      - useful when not sure of spelling; the same effect could be
  33.        obtained by using MacLaine in one search set and McLaine
  34.        in the next.
  35.  
  36.  Search request #5 (Null line to stop):
  37. Pink Panth
  38.      - finds all movies with 'Pink Panth' in the title
  39.  
  40.  Search request #6 (Null line to stop):
  41. (Aust.)
  42.      - finds all Australian movies
  43.  
  44.  Search request #7 (Null line to stop):
  45.  
  46.      - an ENTER by itself ends the input
  47.  
  48.  
  49.     Note that each search request (i.e., each line of search criteria) is
  50. independent.  Each movie entry that matches a particular search will be
  51. saved in memory.  After the entire database has been examined, you will
  52. have the opportunity to separately review all of the movies that have
  53. matched each search.  (At that time, you may save your results to a file
  54. or print them out.)
  55.  
  56.     Note also that the program is not case-sensitive; it treats upper and
  57. lower case as the same.
  58.  
  59.     Up to 15 searches may be requested.
  60.  
  61.     Please note that this program is quite simple-minded.  If the second
  62. term in a search statement is AND or OR, then the first and third terms
  63. are used as search arguments.  If AND/OR is not found, then
  64. the entire string is used as a search argument.  In other words:
  65.  
  66. ILLEGAL:      Debra Winger and Nick Nolte
  67.  
  68. LEGAL:        Keaton and Allen
  69.          to find all Diane Keaton and Woody Allen movies.
  70.          (Also finds all Diane Keaton and Karen Allen movies.
  71.  
  72.     There is no "wild card" capability.
  73.  
  74. ILLEGAL:     D:xxLester
  75.  
  76. LEGAL:       D:Richard Lester
  77.         or
  78.          Richard Lester
  79.         or
  80.          Lester
  81.            (though this last one will probably show more movies than
  82.         you'd intended)
  83.  
  84.  
  85. Installation Instructions
  86.  
  87.     Copy all files into a subdirectory on your hard disk or a 3 1/2 "floppy".
  88.  
  89.     If you have only 2-5 1/4" disks, make backup copies of the
  90. distribution disks.  (Before running MOVIES, you'll need to key in:
  91.     SET DIRS=A:;B:
  92. at the DOS prompt.
  93.  
  94.     That's all you need do to install The Movie Database.
  95.  
  96.     For those interested, the DOS SET command with a DIRS parameter tells
  97. MOVIES what drives or directories to search.  For instance:
  98.       C> set DIRS=C:\dir1;c:\dir2;.;d:\
  99. Each directory name is separated by a semi-colon (;).  A period means
  100. to search the current directory, whatever that happens to be.  The word
  101. DIRS is used only by MOVIES; otherwise the syntax is mostly similar to that
  102. of the DOS PATH command.  (The SET command allows an easy way for users to
  103. tell programs about things that don't change very often.)  If you want to
  104. get rid of directories that have been previously specified, just key in:
  105.          set DIRS=
  106.     With no directories specified, MOVIES will only search one directory
  107. -- the one implied or specified with the filename.
  108.  
  109.     One further note:  On color monitors, MOVIES will display white text on
  110. a blue background.  (If you find this hard to read on your system, first
  111. use the DOS mode command (mode mono or mode bw80) before invoking movies.)
  112.  
  113.  
  114. Principles of Operation  (Only to satisfy your curiosity)
  115.  
  116.     The program starts with the first entry in the current disk directory
  117. (unless DIRS has been set).  For each filename that consists of
  118. two-letters, the file is opened and searched.  As each movie record is
  119. processed, the information for each movie is built into a single field for
  120. search purposes.  Matches are then done on character strings within this
  121. entire field.  When a match is found, the entire entry for the movie is
  122. displayed on the screen.  As each file is searched, the name of the file
  123. will also be displayed.  There is a limit of 2000 hits for any one search
  124. request or 2000 hits for all search requests.  A typical search will
  125. take a minute or two on an XT or about 17 seconds on a 386 AT with a
  126. fast disk.
  127.  
  128. Note:  This program will operate with any free-form text files whose records
  129. are separated by two dots (..), with no record larger than 1000 bytes, whose
  130. filenames consist of 2 letters, and where no file is larger than 64K bytes.
  131. If you need something more flexible or something customized to your needs, let
  132. me know -- I can probably whip up something.
  133.